net/http.readWriteCloserBody.br (field)
7 uses
net/http (current package)
transport.go#L2379: body.br = br
transport.go#L2391: br *bufio.Reader // used until empty
transport.go#L2396: if b.br != nil {
transport.go#L2397: if n := b.br.Buffered(); len(p) > n {
transport.go#L2400: n, err = b.br.Read(p)
transport.go#L2401: if b.br.Buffered() == 0 {
transport.go#L2402: b.br = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |